runtime.fixalloc.alloc (method)
14 uses
runtime (current package)
malloc.go#L537: hint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
malloc.go#L604: hint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
malloc.go#L612: userArenaHint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
malloc.go#L711: hint := (*arenaHint)(h.arenaHintAlloc.alloc())
malloc.go#L714: hint = (*arenaHint)(h.arenaHintAlloc.alloc())
mcache.go#L89: c = (*mcache)(mheap_.cachealloc.alloc())
mfixalloc.go#L74: func (f *fixalloc) alloc() unsafe.Pointer {
mgc.go#L1908: s := (*specialReachable)(mheap_.specialReachableAlloc.alloc())
mheap.go#L1111: return (*mspan)(h.spanalloc.alloc())
mheap.go#L1117: pp.mspancache.buf[i] = (*mspan)(h.spanalloc.alloc())
mheap.go#L1964: s := (*specialfinalizer)(mheap_.specialfinalizeralloc.alloc())
mheap.go#L2152: s := (*specialWeakHandle)(mheap_.specialWeakHandleAlloc.alloc())
mheap.go#L2250: s := (*specialprofile)(mheap_.specialprofilealloc.alloc())
pinner.go#L331: rec = (*specialPinCounter)(mheap_.specialPinCounterAlloc.alloc())
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |